home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / magic_ba.swf / scripts / DefineSprite_153 / frame_4 / DoAction.as
Text File  |  2010-11-09  |  104b  |  10 lines

  1. if(_root.poping < 1)
  2. {
  3.    gotoAndPlay(14);
  4. }
  5. else
  6. {
  7.    _root.poping -= 1;
  8.    gotoAndPlay(2);
  9. }
  10.